Questions tagged [fpml]

FpML (Financial products Markup Language) is an XML message standard.

FpML (Financial products Markup Language) is an message standard for the Over-the-counter(OTC) Derivatives industry.

More Information:

22 questions
0
votes
1 answer

returnlegvaluationprice Jaxb object not created correctly

I am generating JAXB objects using the xjc command for the FPML 5.0 xsd's but the generated java object for returnLegValuationPrice is not created correctly. returnLegValuationPrice is defined in fpml-eq-shared-5-0.xsd and has the below definition…
0
votes
1 answer

getting duplicated value in xsl:for tag while xml transformation

I have the below xml
user1876121
  • 71
  • 1
  • 1
  • 3
0
votes
2 answers

Error while setting up the mapping in xml source

I am using a xml file to read which contains multiple namespaces. And i have XSD file for that which i am using. But there was an error saying that "Error at Data Flow Task [XML Source [1]]: There was an error setting up the mapping. The…
0
votes
1 answer

Typing an XSLT template/function as a sequence constructor?

Very simply, is it possible to type an XSLT template or function to return a named sequence constructor? e.g. in FpML, there is the Product.model group, which simply contains two elements (ProductType and ProductId). I'd like to be able to create a…
inferis
  • 1,303
  • 1
  • 9
  • 15
0
votes
1 answer

FpML 5.3 JAXB Bindings

How do I use jaxb bindings to fix multiple group references in a schema? Part of fpml 5.3 has the following in the schema A type describing the strike…
opticyclic
  • 7,412
  • 12
  • 81
  • 155
-1
votes
1 answer

Entity Relationship Diagrma dilemma

As part of an assessment I am trying to build an E-R diagram for an E-Commerce site. There is a Customer and Producer as part of the e-commerce site as players. So, I thought of creating a table - Legal Entity with LegalEntityID as a primary key and…
-1
votes
1 answer

XSLT transformation replacing occurenece of href elements by copying another element

I'm very new to XSLT transformation. I have to do a transformation of an FPML message into a simpler XML which will remove the href's and ID kind of attributes.(My target system doesn't understand this type of complex XML) So part of my input XML…
rashb
  • 3
  • 2
1
2