1321: relativeEffectiveDate businessCenter
Good day. I have the following question regarding example #30 (2.38). The code snippet is as follows. <relativeEffectiveDate id=”effectiveDate_0_0″> <periodMultiplier>2</periodMultiplier> <period>D</period> <dayType>Business</dayType> <businessDayConvention>NONE</businessDayConvention> <businessCenters> <businessCenter>GBLO</businessCenter> </businessCenters> <dateRelativeTo href=”tradeDate” /> <relativeDateAdjustments> <businessDayConvention>MODFOLLOWING</businessDayConvention> <businessCenters> <businessCenter>GBLO</businessCenter> <businessCenter>USNY</businessCenter> </businessCenters> </relativeDateAdjustments> </relativeEffectiveDate> The questions are next: Why the element that has Xpath /dataDocument/trade/swap/swapStream[1]/calculationPeriodDates/relativeEffectiveDate/businessCenters/businessCenter contains only GBLO business center, and … Continued