cac:FinancialGuarantee
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:FinancialGuaranteeType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:GuaranteeTypeCode [1..1] A code signifying the type of financial guarantee. For instance "Provisional Guarantee" or "Final Guarantee"
- cbc:Description [0..*] Text describing this financial guarantee.
- cbc:LiabilityAmount [0..1] The amount of liability in this financial guarantee.
- cbc:AmountRate [0..1] The rate used to calculate the amount of liability in this financial guarantee.
- cac:ConstitutionPeriod [0..1] The period during the tendering process to which this financial guarantee has to be settled.
Attributes
None
Sample instance
<cac:FinancialGuarantee> <cbc:GuaranteeTypeCode>normalizedString</cbc:GuaranteeTypeCode> <cbc:Description>string</cbc:Description> <cbc:LiabilityAmount currencyID="normalizedString">1.0</cbc:LiabilityAmount> <cbc:AmountRate>1.0</cbc:AmountRate> <cac:ConstitutionPeriod> <cbc:StartDate>2000-01-01</cbc:StartDate> <cbc:StartTime>12:00:00</cbc:StartTime> <cbc:EndDate>2000-01-01</cbc:EndDate> <cbc:EndTime>12:00:00</cbc:EndTime> <cbc:DurationMeasure unitCode="normalizedString">1.0</cbc:DurationMeasure> <cbc:DescriptionCode>normalizedString</cbc:DescriptionCode> <cbc:Description>string</cbc:Description> </cac:ConstitutionPeriod> </cac:FinancialGuarantee>