SyncExchangeRate schema, example, validation rules, validation stylesheet

SyncExchangeRate type: SyncExchangeRate

The purpose of the SyncExchangeRate is to enable the passing of updates of currency exchange rates to other applications that have exchange rate tables.

SyncExchangeRate extends: BusinessObjectDocument
Structure:
Elements:
Name Type Description
DataArea SyncExchangeRateDataArea

Is where the information that the BOD message carries is provided, in this case SyncExchangeRate. The information consists of a Verb and one or more Nouns. The verb (Sync) indicates the action to be performed on the Noun (ExchangeRate).

SyncExchangeRateDataArea extends: DataArea
Structure:
Elements:
Name Type Description
ExchangeRate reference
Sync reference

SyncExchangeRate Scenario Diagram

Sync schema

Sync type: Sync

The Sync verb is used when the owner of the data is passing or publishing that information or change in information to other software components. This is to be used when the receiver of the SyncBOD does not own the data. This verb is commonly used when mass changes are necessary or when a publish and subscribe mechanism is used in the integration architecture.The purposes of this verb include application integrity and ease of data entry for the business user by enabling a single point of input.

Sync extends: ConfirmableVerb
Structure:
Elements:
Name Type Description
SyncCriteria SyncExpressionCriteria

SyncExpressionCriteria
Structure:
Elements:
Name Type Description
SyncExpression
Attributes:
Name Type Usage Description
action required
expressionLanguage
Enumerations:
Add
Change
Delete
Replace

ExchangeRate schema

ExchangeRate type: ExchangeRate

Information that applies to the exchange rate ratio.

ExchangeRate extends: Noun

Information that applies to the exchange rate ratio.

Structure:
Elements:
Name Type Description
Description Description

Free-form text description of the Noun or Componenet in which the description occurs. The lang attribute indicates the language the description is in. Owner inidcates the user or entity that provided teh description..

EffectivePeriod TimePeriodAny

The time period that this exchange rate effective. If Start is omitted, exchange rate is effective until End. If End is omitted, the exchange rate becomes effective at Start.

Should this be effective dates?

From Currency

Represents the currency that is to be exchanged by applying the exchange rate to calculate the "to" currency. The equation becomes To = From times Multiplier.

GLEntity GLEntity

The primary balancing element of the GL Account structure. Typically, this is the owning entity for the transaction. A G/L entity is the smallest organizational unit for which individual financial statements must be drawn up according to relevant commercial law. P&L statements are required at this level.

The primary balancing segment of the G/L Account structure. P and L statements are required at this level. A G/L entity is the smallest organizational unit for which individual financial statements must be drawn up according to relevant commercial law.

Synonyms: Business Unit, Fund, General Ledger Company, Joint Venture, Non-Profit Association Name

GLEntitySource GLEntity

The primary balancing element of the GL Account structure. Typically, this is the owning entity for the transaction. A G/L entity is the smallest organizational unit for which individual financial statements must be drawn up according to relevant commercial law. P&L statements are required at this level.

The primary balancing segment of the G/L Account structure. P and L statements are required at this level. A G/L entity is the smallest organizational unit for which individual financial statements must be drawn up according to relevant commercial law.

Synonyms: Business Unit, Fund, General Ledger Company, Joint Venture, Non-Profit Association Name

Multiplier Factor

The number multiplied by the From currency to arrive at the To currency.

Note Note

A free form note. The lang attribute identifies the language that the note is in. The author identifies the author of the note. The enrtyDate indicates the date the note was entered or last modified.

RateType ExchangeRateType

Used to distinguish the rate based on the nature the business process of the transaction.Example: Daily, Corporate, End of Period.

To Currency

Represents the currency that is the result of applying an exchange rate to the "from" currency. The equation becomes To = From times Multiplier

UserArea reference

ExchangeRateType restricts: xs:string

Verb Common Files

Verb.xsd schema

AcknowledgableVerb extends: ConfirmableVerb
Structure:
Attributes:
Name Type Usage Description
acknowledge AcknowledgementType

AcknowledgementType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

ConfirmableVerb extends: Verb
Structure:
Attributes:
Name Type Usage Description
confirm ConfirmType

ConfirmType restricts: xs:NMTOKEN
Enumerations:
Always
Never
OnChange

Expression restricts: xs:string

ExpressionCriteria
Structure:
Elements:
Name Type Description
SelectExpression Expression

Allows the 1-n number of selection expressions for the information to be returned.

Attributes:
Name Type Usage Description
expressionLanguage xs:string optional

RequestVerb extends: ConfirmableVerb
Structure:
Elements:
Name Type Description
ReturnCriteria

Allows the initator of the BOD to indicate the information (down to the field level) that is requested to be returned. The expressionLanguage indicates the expression language being used.

VerbBase.xsd schema

Verb type: Verb

Verb
Structure:

Noun Common Files