C# 클래스 HandCoded.FpML.Conversions.R3_0__R4_0

The R3_0__R4_0 class implements a conversion from FpML 3-0 to FpML 4-0. The specific changes need (other than basic DOCTYPE substitutions are:
  • The document is becomes XML schema referencing.
  • Legacy documents become FpML DataDocument instances.
  • The dateRelativeTo referencing mechanism is changed.
  • The value set for <fraDiscounting> was modified.
  • The element <calculationAgentPartyReference> was moved from the trade header into the trade structure.
  • The <informationSource> element is renamed <primaryRateSource> within <fxSpotRateSource> elements.
  • The structure of the equityOption element is changed.
  • SchemeDefaults are removed and non-defaulted schemes appear on referencing elements,
상속: HandCoded.Meta.DirectConversion
파일 보기 프로젝트 열기: formicary/fpml-toolkit-csharp

공개 메소드들

메소드 설명
Convert ( XmlDocument source, HandCoded helper ) : XmlDocument

Applies the Conversion to a XmlDocument instance to create a new XmlDocument.

R3_0__R4_0 ( ) : System

Constructs a TR3_0__R4_0 instance.

비공개 메소드들

메소드 설명
Transcribe ( XmlNode context, XmlDocument document, XmlNode parent, XmlElement>.Dictionary cache, bool caching ) : void

메소드 상세

Convert() 공개 메소드

Applies the Conversion to a XmlDocument instance to create a new XmlDocument.
public Convert ( XmlDocument source, HandCoded helper ) : XmlDocument
source System.Xml.XmlDocument The to be converted.
helper HandCoded A used to guide conversion.
리턴 System.Xml.XmlDocument

R3_0__R4_0() 공개 메소드

Constructs a TR3_0__R4_0 instance.
public R3_0__R4_0 ( ) : System
리턴 System