Hi Gary,
Yes, your understanding is correct. If you look at the structure in example ird-25:
…
<fxLinkedNotionalSchedule>
<constantNotionalScheduleReference href="notionalScheduleJPY"/>
…
The constantNotionalScheduleReference is actually mentioning the other currency which is located in the other leg:
…
<notionalSchedule id="notionalScheduleJPY">
<notionalStepSchedule>
<initialValue>1000000000</initialValue>
<currency>JPY</currency>
</notionalStepSchedule>
</notionalSchedule>
…
Looking at the schema there is no alternative to this and I don’t think you can express the “other currency amount” without referencing the other leg.
Thanks,
Marc
-
This reply was modified 5 years, 3 months ago by mgratacos.
-
This reply was modified 5 years, 3 months ago by mgratacos.