FIXTradingCommunity / orchestrations

Service offerings expressed with Orchestra
Apache License 2.0
10 stars 7 forks source link

Orchestra file in EP269 has regression compared to zip version #31

Closed outofphase closed 1 year ago

outofphase commented 1 year ago

There appears to be a regression of the FIX\ Standard/OrchestraFIXLatest.xml in EP269 (commit 134bccd), which is still present in most recent EP269 (commit f4a5205), compared to the version in the zip archive at https://www.fixtrading.org/packages/ep269-extension-for-trade-compression/

Comparison between version from website and version from here, showing that version here is slightly older and contains error:

@@ -9,7 +9,7 @@
       <dc:title>Orchestra</dc:title>
       <dc:creator>unified2orchestra.xslt script</dc:creator>
       <dc:publisher>FIX Trading Community</dc:publisher>
-      <dc:date>2021-09-02T00:04:17.25031Z</dc:date>
+      <dc:date>2021-08-14T22:38:48.950856Z</dc:date>
       <dc:format>Orchestra schema</dc:format>
       <dc:source>FIX Unified Repository</dc:source>
       <dc:rights>Copyright (c) FIX Protocol Ltd. All Rights Reserved.</dc:rights>
@@ -33925,7 +33925,7 @@
                     addedEP="268">
             <fixr:annotation>
                <fixr:documentation purpose="SYNOPSIS">
-         Trade submitted to venue for clearing and settlement
+         Trade submitted to venue for clearing and Identifies
       </fixr:documentation>
                <fixr:documentation purpose="ELABORATION">
          Identifies trades brought on a trading venue purely for clearing and settlement purposes.
outofphase commented 1 year ago

However this appears to be fixed in the latest commit cd61eb4 :

$ git checkout cd61eb4
HEAD is now at cd61eb4 EP272

$ git grep "Trade submitted to venue for clearing"
FIX Standard/OrchestraFIXLatest.xml:                        Trade submitted to venue for clearing and settlement</fixr:documentation>