FpML Issues Tracker

1349: Consider base IRI

March 21, 2024

new

Tweak

N/A

Architecture

FpML 6 (Build 1)

AWG

JasonPolis

None

Summary

Consider whether using a base IRI may be beneficial for shortening scheme IRIs.

A default base IRI of

http://www.fpml.org/coding-scheme/

could allow shortening of FpML schemes, such as party role:

<role partyRoleScheme="http://www.fpml.org/coding-scheme/party-role">
shortened to 
<role partyRoleScheme="party-role">

or of FpML references to external schemes, such as UTI:

<tradeId tradeIdScheme="http://www.fpml.org/coding-scheme/external/unique-transaction-identifier">
shortened to 
<tradeId tradeIdScheme="external/unique-transaction-identifier">

 

It should be possible for a user to override the base IRI with their own value, to support cases where extensive use of internal schemes are made.

Leave an update

You must be logged in to post an update.