FAADC Atom Feed Specifications V 1.2
From FPDS-NG
Contents
Introduction
FAADC has data reporting web services that provide access in real-time to FPDS' central data repository. Atom Feeds provides access to the same data with real time feeds.
NOTE: Below are some examples of the Atom Feed specifications. Please note that the Atom Feed specifications are only a subset of the complete XML schema. Refer to the following URL for the complete schema: https://www.fpds.gov/fpdsng_cms/index.php/worksite |
FAADC Atom feed format
FAADC Atom feed specification is based on the industry standard Atom 1.0 format RFC4287 as defined by Internet Engineering Task Force (IETF) in December 2005.
FAADC Assistance data will follow FAADC Version 1.2 Assistance specifications.
Feed XML specification
Example
Atom 1.0 format specification RFC4287 will give the entire description and definition of all the elements used in the specification.
<feed xmlns="http://www.w3.org/2005/Atom"> <title>FAADC matching assistance records for the search query : <![CDATA[: recovery]]></title> <link rel="alternate" type="text/html" href="url_link"/> <link rel="first" type="text/html" href="url_link"/> <link rel="last" type="text/html" href="url_link"/> <link rel="previous" type="text/html" href="url_link"/> <link rel="next" type="text/html" href="url_link"/> <modified/> <author> <name/> </author> <entry> <title><![CDATA[Entry Title]]></title> <link rel="alternate" type="text/html" href="url_link"/> <modified>2009-08-08 00:33:48</modified> <content xmlns:ns1="https://www.fpds.gov" type="application/xml"> ... Assistance XML </content> </entry> </feed>
Atom Element Definitions
Container Elements
- “feed” Element – It is the top-level element of an Atom Feed Document, acting as a container for metadata and data associated with the feed
- “entry” Element – It represents an individual entry, acting as a container for metadata and data associated with the entry.
- “content” Element – It contains either links or content of the entry. The “type” attribute specifies the MIME media type. It “type” attribute is not present then the content is treated as “text”. The content of the element is either an Award/IDV xml.
Metadata Elements
- "author” Element – It indicates the author or the entry or the feed.
- “link” Element – It defines a reference from an entry or feed to a web resource. The “type” attribute is n advisory media type. It is a hint about the the type of representation that is expected to be returned when the value of href attribute is deferenced. The “rel” attribute indicates the link relation type.
- “alternate” signifies an alternate version of the resource described by the containing element.
- “first” signifies the first entry element in the feed.
- “last” signifies the last entry element in the feed.
- “previous” signifies the previously read entry element of the feed.
- “next” signifies the next available entry elements of the feed.
- “title” Element - It conveys a human-readable title for an entry or feed.
- “modified” Element with in the “entry” section represents the last modified date of the entry.
Assistance XML
<assistance xmlns:ns1="https://www.fpds.gov/FPDS"> <assistanceID> <agencyCode name="String" departmentID="String" departmentName="String">String</agencyCode> <FAIN>String</FAIN> <amendmentNumber>0</amendmentNumber> <URI>String</URI> </assistanceID> <assistanceDates> <actionDate>0000-00-00 00:00:00</actionDate> <periodOfPerformanceStartDate>0000-00-00 00:00:00</periodOfPerformanceStartDate> <periodOfPerformanceEndDate>0000-00-00 00:00:00</periodOfPerformanceEndDate> <fiscalYear>0000-00-00 00:00:00</fiscalYear> <FABSSentDate>0000-00-00 00:00:00</FABSSentDate> </assistanceDates> <assistanceData> <assistanceIndicators> <businessFundsIndicator>String</businessFundsIndicator> <correctionDeleteIndicator>String</correctionDeleteIndicator> <individualRecipientIndicator>String</individualRecipientIndicator> <researchAndDevelopmentFundsIndicator>String</researchAndDevelopmentFundsIndicator> </assistanceIndicators> <assistanceCompetition> <competedOpportunity description="String">String</competedOpportunity> <numberOfProposalsOrApplications>String</numberOfProposalsOrApplications> </assistanceCompetition> <actionType>String</actionType> <assistanceType>String</assistanceType> <assistanceDescription>String</assistanceDescription> <recordType>String</recordType> <typeOfFundsCode>String</typeOfFundsCode> <FICECode>String</FICECode> <fundingOpportunityNumber>String</fundingOpportunityNumber> <fundingOpportunityGoalsText>String</fundingOpportunityGoalsText> <SAINumber>String</SAINumber> <discretionary>String</discretionary> </assistanceData> <dollarValues> <federalActionObligationAmount>3.1415</federalActionObligationAmount> <indirectCostFederalShareAmount>3.1415</indirectCostFederalShareAmount> <nonFederalFundingAmount>3.1415</nonFederalFundingAmount> <faceValueOfDirectLoanOrLoanGuaranteeAmount>3.1415</faceValueOfDirectLoanOrLoanGuaranteeAmount> <originalLoanSubsidyAmount>3.1415</originalLoanSubsidyAmount> <totalFederalAwardValueAmount>3.1415</totalFederalAwardValueAmount> <researchDollarValues> <researchAndDevelopmentAmount>3.1415</researchAndDevelopmentAmount> <fellowshipsAndTraineeshipsAmount>3.1415</fellowshipsAndTraineeshipsAmount> <researchAndDevelopmentPlantAmount>3.1415</researchAndDevelopmentPlantAmount> <facilitiesAndEquipmentForInstructionAmount>3.1415</facilitiesAndEquipmentForInstructionAmount> <generalSupportForScienceAndEngineeringAmount>3.1415</generalSupportForScienceAndEngineeringAmount> <otherActivitiesRelatedToScienceAndEngineeringAmount>3.1415</otherActivitiesRelatedToScienceAndEngineeringAmount> <allOtherActivitiesNotRelatedToScienceAndEngineeringAmount>3.1415</allOtherActivitiesNotRelatedToScienceAndEngineeringAmount> </researchDollarValues> </dollarValues> <providerInformation> <awardingSubTierAgencyCode name="String" departmentID="String" departmentName="String">String</awardingSubTierAgencyCode> <awardingOfficeCode name="String" regionCode="String" country="String">String</awardingOfficeCode> <fundingSubTierAgencyCode name="String" departmentID="String" departmentName="String">String</fundingSubTierAgencyCode> <fundingOfficeCode name="String" regionCode="String" country="String">String</fundingOfficeCode> </providerInformation> <listOfProgramInformation> <programInformation> <ALNumber>String</ALNumber> <ALProgramTitle>String</ALProgramTitle> <isPredominantAL>String</isPredominantAL> <ALFederalActionObligationAmount>3.1415</ALFederalActionObligationAmount> <ALNonFederalFundingAmount>3.1415</ALNonFederalFundingAmount> <ALFaceValueOfDirectLoanOrLoanGuaranteeAmount>3.1415</ALFaceValueOfDirectLoanOrLoanGuaranteeAmount> <ALOriginalLoanSubsidyAmount>3.1415</ALOriginalLoanSubsidyAmount> <ALFABSSentDate>0000-00-00</ALFABSSentDate> <ALCorrectionDeleteIndicator>String</ALCorrectionDeleteIndicator> </programInformation> </listOfProgramInformation> <placeOfPerformance> <PPOPCode>String</PPOPCode> <PPOPDescription>String</PPOPDescription> <PPOPCountryCode name="String">String</PPOPCountryCode> <PPOPCountryName>String</PPOPCountryName> <PPOPStateName name="String">String</PPOPStateName> <PPOPStateISO2Code name="String">String</PPOPStateISO2Code> <PPOPStateFIPSCode name="String">String</PPOPStateFIPSCode> <PPOPCountyName>String</PPOPCountyName> <PPOPCountyFIPSName>String</PPOPCountyFIPSName> <PPOPCountyFIPSCode>String</PPOPCountyFIPSCode> <PPOPCityName>String</PPOPCityName> <PPOPCityFIPSName>String</PPOPCityFIPSName> <PPOPCityFIPSCode>String</PPOPCityFIPSCode> <PPOPCityTypeOfFIPSArea>String</PPOPCityTypeOfFIPSArea> <PPOPZIPCode county="String" city="String">String</PPOPZIPCode> <PPOPCongressionalDistrict>String</PPOPCongressionalDistrict> </placeOfPerformance> <recipient> <recipientID>String</recipientID> <recipientDetails> <vendorHeader> <vendorName>String</vendorName> <vendorAlternateName>String</vendorAlternateName> <vendorLegalOrganizationName>String</vendorLegalOrganizationName> <vendorDoingAsBusinessName>String</vendorDoingAsBusinessName> <vendorEnabled>false</vendorEnabled> </vendorHeader> <vendorSiteDetails> <vendorSocioEconomicIndicators> <isAlaskanNativeOwnedCorporationOrFirm>false</isAlaskanNativeOwnedCorporationOrFirm> <isAmericanIndianOwned>false</isAmericanIndianOwned> <isIndianTribe>false</isIndianTribe> <isNativeHawaiianOwnedOrganizationOrFirm>false</isNativeHawaiianOwnedOrganizationOrFirm> <isTriballyOwnedFirm>false</isTriballyOwnedFirm> <isSmallBusiness>false</isSmallBusiness> <isVeteranOwned>false</isVeteranOwned> <isServiceRelatedDisabledVeteranOwnedBusiness>false</isServiceRelatedDisabledVeteranOwnedBusiness> <isWomenOwned>false</isWomenOwned> <minorityOwned> <isMinorityOwned>false</isMinorityOwned> <isSubContinentAsianAmericanOwnedBusiness>false</isSubContinentAsianAmericanOwnedBusiness> <isAsianPacificAmericanOwnedBusiness>false</isAsianPacificAmericanOwnedBusiness> <isBlackAmericanOwnedBusiness>false</isBlackAmericanOwnedBusiness> <isHispanicAmericanOwnedBusiness>false</isHispanicAmericanOwnedBusiness> <isNativeAmericanOwnedBusiness>false</isNativeAmericanOwnedBusiness> <isOtherMinorityOwned>false</isOtherMinorityOwned> </minorityOwned> <isVerySmallBusiness>false</isVerySmallBusiness> <isWomenOwnedSmallBusiness>false</isWomenOwnedSmallBusiness> <isEconomicallyDisadvantagedWomenOwnedSmallBusiness>false</isEconomicallyDisadvantagedWomenOwnedSmallBusines> <isJointVentureWomenOwnedSmallBusiness>false</isJointVentureWomenOwnedSmallBusiness> <isJointVentureEconomicallyDisadvantagedWomenOwnedSmallBusiness>false</isJointVentureEconomicallyDisadvantagedWomenOwnedSmallBusiness> <isJointVentureSmallBusiness>false</isJointVentureSmallBusiness> <isJointVentureServiceDisabledVetOwnedBusiness>false</isJointVentureServiceDisabledVetOwnedBusiness> </vendorSocioEconomicIndicators> <vendorBusinessTypes> <isCommunityDevelopedCorporationOwnedFirm>false</isCommunityDevelopedCorporationOwnedFirm> <isLaborSurplusAreaFirm>false</isLaborSurplusAreaFirm> <federalGovernment> <isFederalGovernment>false</isFederalGovernment> <isFederallyFundedResearchAndDevelopmentCorp>false</isFederallyFundedResearchAndDevelopmentCorp> <isFederalGovernmentAgency>false</isFederalGovernmentAgency> </federalGovernment> <isStateGovernment>false</isStateGovernment> <localGovernment> <isLocalGovernment>false</isLocalGovernment> <isCityLocalGovernment>false</isCityLocalGovernment> <isCountyLocalGovernment>false</isCountyLocalGovernment> <isInterMunicipalLocalGovernment>false</isInterMunicipalLocalGovernment> <isLocalGovernmentOwned>false</isLocalGovernmentOwned> <isMunicipalityLocalGovernment>false</isMunicipalityLocalGovernment> <isSchoolDistrictLocalGovernment>false</isSchoolDistrictLocalGovernment> <isTownshipLocalGovernment>false</isTownshipLocalGovernment> </localGovernment> <isTribalGovernment>false</isTribalGovernment> <isForeignGovernment>false</isForeignGovernment> <businessOrOrganizationType> <isCorporateEntityNotTaxExempt>false</isCorporateEntityNotTaxExempt> <isCorporateEntityTaxExempt>false</isCorporateEntityTaxExempt> <isPartnershipOrLimitedLiabilityPartnership>false</isPartnershipOrLimitedLiabilityPartnership> <isSolePropreitorship>false</isSolePropreitorship> <isSmallAgriculturalCooperative>false</isSmallAgriculturalCooperative> <isInternationalOrganization>false</isInternationalOrganization> <isOtherbusinessOrOrganization>false</isOtherbusinessOrOrganization> <isUSGovernmentEntity>false</isUSGovernmentEntity> </businessOrOrganizationType> </vendorBusinessTypes> <vendorLineOfBusiness> <isArchitectureAndEngineering>false</isArchitectureAndEngineering> <isCommunityDevelopmentCorporation>false</isCommunityDevelopmentCorporation> <isConstructionFirm>false</isConstructionFirm> <isDomesticShelter>false</isDomesticShelter> <isEducationalInstitution>false</isEducationalInstitution> <isFoundation>false</isFoundation> <isHospital>false</isHospital> <isManufacturerOfGoods>false</isManufacturerOfGoods> <isResearchAndDevelopment>false</isResearchAndDevelopment> <isServiceProvider>false</isServiceProvider> <isVeterinaryHospital>false</isVeterinaryHospital> <isHispanicServicingInstitution>false</isHispanicServicingInstitution> </vendorLineOfBusiness> <vendorRelationshipWithFederalGovernment> <receivesContracts>false</receivesContracts> <receivesGrants>false</receivesGrants> <receivesContractsAndGrants>false</receivesContractsAndGrants> </vendorRelationshipWithFederalGovernment> <typeOfGovernmentEntity> <isAirportAuthority>false</isAirportAuthority> <isCouncilOfGovernments>false</isCouncilOfGovernments> <isHousingAuthoritiesPublicOrTribal>false</isHousingAuthoritiesPublicOrTribal> <isInterstateEntity>false</isInterstateEntity> <isPlanningCommission>false</isPlanningCommission> <isPortAuthority>false</isPortAuthority> <isTransitAuthority>false</isTransitAuthority> </typeOfGovernmentEntity> <vendorOrganizationFactors> <isSubchapterSCorporation>false</isSubchapterSCorporation> <isLimitedLiabilityCorporation>false</isLimitedLiabilityCorporation> <isForeignOwnedAndLocated>false</isForeignOwnedAndLocated> <profitStructure> <isForProfitOrganization>false</isForProfitOrganization> <isNonprofitOrganization>false</isNonprofitOrganization> <isOtherNotForProfitOrganization>false</isOtherNotForProfitOrganization> </profitStructure> <isShelteredWorkshop>false</isShelteredWorkshop> <stateOfIncorporation name="String">String</stateOfIncorporation> <countryOfIncorporation name="String">String</countryOfIncorporation> <organizationalType>String</organizationalType> </vendorOrganizationFactors> <typeOfEducationalEntity> <is1862LandGrantCollege>false</is1862LandGrantCollege> <is1890LandGrantCollege>false</is1890LandGrantCollege> <is1994LandGrantCollege>false</is1994LandGrantCollege> <isHistoricallyBlackCollegeOrUniversity>false</isHistoricallyBlackCollegeOrUniversity> <isMinorityInstitution>false</isMinorityInstitution> <isPrivateUniversityOrCollege>false</isPrivateUniversityOrCollege> <isSchoolOfForestry>false</isSchoolOfForestry> <isStateControlledInstitutionofHigherLearning>false</isStateControlledInstitutionofHigherLearning> <isTribalCollege>false</isTribalCollege> <isVeterinaryCollege>false</isVeterinaryCollege> <isAlaskanNativeServicingInstitution>false</isAlaskanNativeServicingInstitution> <isNativeHawaiianServicingInstitution>false</isNativeHawaiianServicingInstitution> </typeOfEducationalEntity> <vendorCertifications> <isDOTCertifiedDisadvantagedBusinessEnterprise>false</isDOTCertifiedDisadvantagedBusinessEnterprise> <isSelfCertifiedSmallDisadvantagedBusiness>false</isSelfCertifiedSmallDisadvantagedBusiness> <isSBACertifiedSmallDisadvantagedBusiness>false</isSBACertifiedSmallDisadvantagedBusiness> <isSBACertified8AProgramParticipant>false</isSBACertified8AProgramParticipant> <isSelfCertifiedHUBZoneJointVenture>false</isSelfCertifiedHUBZoneJointVenture> <isSBACertifiedHUBZone>false</isSBACertifiedHUBZone> <isSBACertified8AJointVenture>false</isSBACertified8AJointVenture> <isSBACertifiedWomenOwnedSmallBusiness>false</isSBACertifiedWomenOwnedSmallBusiness> <isSBACertifiedEconDisadvWomenOwnedSmallBusiness>false</isSBACertifiedEconDisadvWomenOwnedSmallBusiness> </vendorCertifications> <vendorLocation> <streetAddress>String</streetAddress> <streetAddress2>String</streetAddress2> <streetAddress3>String</streetAddress3> <city>String</city> <state name="String">String</state> <province>String</province> <ZIPCode county="String" city="String">String</ZIPCode> <countryCode>USA</countryCode> <phoneNo>String</phoneNo> <faxNo>String</faxNo> <congressionalDistrictCode>String</congressionalDistrictCode> <vendorLocationDisabledFlag>false</vendorLocationDisabledFlag> </vendorLocation> <vendorSiteCode>String</vendorSiteCode> <vendorAlternateSiteCode>String</vendorAlternateSiteCode> <vendorDUNSInformation> <DUNSNumber>String</DUNSNumber> <cageCode>String</cageCode> <vendorName>String</vendorName> <parentDUNSNumber>String</parentDUNSNumber> <parentDUNSName>String</parentDUNSName> <domesticParentDUNSNumber>String</domesticParentDUNSNumber> <domesticParentDUNSName>String</domesticParentDUNSName> <globalParentDUNSNumber>String</globalParentDUNSNumber> <globalParentDUNSName>String</globalParentDUNSName> </vendorDUNSInformation> <vendorUEIInformation> <UEI>String</UEI> <UEILegalBusinessName>String</UEILegalBusinessName> <immediateParentUEI>String</immediateParentUEI> <immediateParentUEIName>String</immediateParentUEIName> <domesticParentUEI>String</domesticParentUEI> <domesticParentUEIName>String</domesticParentUEIName> <ultimateParentUEI>String</ultimateParentUEI> <ultimateParentUEIName>String</ultimateParentUEIName> <entityDataSource>String</entityDataSource> </vendorUEIInformation> <divisionName>String</divisionName> <divisionNumberOrOfficeCode>String</divisionNumberOrOfficeCode> <ccrRegistrationDetails> <registrationDate>String</registrationDate> <renewalDate>0000-00-00 00:00:00</renewalDate> </ccrRegistrationDetails> </vendorSiteDetails> </recipientDetails> <listOfBusinessTypes> <businessTypes> <BusinessTypesCode>String</BusinessTypesCode> <BusinessTypesDescription>String</BusinessTypesDescription> </businessTypes> </listOfBusinessTypes> <smallBusinessIndicator>String</smallBusinessIndicator> <SAMException>String</SAMException> </recipient> <transactionInformation> <createdBy>String</createdBy> <createdDate>0000-00-00 00:00:00</createdDate> <lastModifiedBy>String</lastModifiedBy> <lastModifiedDate>0000-00-00 00:00:00</lastModifiedDate> <closedBy>String</closedBy> <closedDate>0000-00-00 00:00:00</closedDate> <closedStatus>String</closedStatus> <status description="String">String</status> <version>String</version> <approvedBy>String</approvedBy> <approvedDate>0000-00-00 00:00:00</approvedDate> </transactionInformation> <genericTags> <genericStrings> <genericString01>String</genericString01> <genericString02>String</genericString02> <genericString03>String</genericString03> <genericString04>String</genericString04> <genericString05>String</genericString05> <genericString06>String</genericString06> <genericString07>String</genericString07> <genericString08>String</genericString08> <genericString09>String</genericString09> <genericString10>String</genericString10> <genericString11>String</genericString11> <genericString12>String</genericString12> <genericString13>String</genericString13> <genericString14>String</genericString14> <genericString15>String</genericString15> <genericString16>String</genericString16> <genericString17>String</genericString17> <genericString18>String</genericString18> </genericStrings> <genericBooleans> <genericBoolean01>false</genericBoolean01> <genericBoolean02>false</genericBoolean02> <genericBoolean03>false</genericBoolean03> <genericBoolean04>false</genericBoolean04> <genericBoolean05>false</genericBoolean05> <genericBoolean06>false</genericBoolean06> <genericBoolean07>false</genericBoolean07> <genericBoolean08>false</genericBoolean08> <genericBoolean09>false</genericBoolean09> <genericBoolean10>false</genericBoolean10> </genericBooleans> <genericFloats> <genericFloat01>3.1415</genericFloat01> <genericFloat02>3.1415</genericFloat02> </genericFloats> <genericIntegers> <genericInteger01>1</genericInteger01> <genericInteger02>1</genericInteger02> </genericIntegers> </genericTags> </assistance>
Assistance Deleted XML
<assistance xmlns:ns1="https://www.fpds.gov/FPDS"> <assistanceID> <agencyCode name="String" departmentID="String" departmentName="String">String</agencyCode> <FAIN>String</FAIN> <amendmentNumber>0</amendmentNumber> <URI>String</URI> </assistanceID> <assistanceDates> <actionDate>0000-00-00 00:00:00</actionDate> <periodOfPerformanceStartDate>0000-00-00 00:00:00</periodOfPerformanceStartDate> <periodOfPerformanceEndDate>0000-00-00 00:00:00</periodOfPerformanceEndDate> <fiscalYear>0000-00-00 00:00:00</fiscalYear> <FABSSentDate>0000-00-00 00:00:00</FABSSentDate> </assistanceDates> <assistanceData> <assistanceIndicators> <businessFundsIndicator>String</businessFundsIndicator> <correctionDeleteIndicator>String</correctionDeleteIndicator> <individualRecipientIndicator>String</individualRecipientIndicator> <researchAndDevelopmentFundsIndicator>String</researchAndDevelopmentFundsIndicator> </assistanceIndicators> <assistanceCompetition> <competedOpportunity description="String">String</competedOpportunity> <numberOfProposalsOrApplications>String</numberOfProposalsOrApplications> </assistanceCompetition> <actionType>String</actionType> <assistanceType>String</assistanceType> <assistanceDescription>String</assistanceDescription> <recordType>String</recordType> <typeOfFundsCode>String</typeOfFundsCode> <FICECode>String</FICECode> <fundingOpportunityNumber>String</fundingOpportunityNumber> <fundingOpportunityGoalsText>String</fundingOpportunityGoalsText> <SAINumber>String</SAINumber> <discretionary>String</discretionary> </assistanceData> <dollarValues> <federalActionObligationAmount>3.1415</federalActionObligationAmount> <indirectCostFederalShareAmount>3.1415</indirectCostFederalShareAmount> <nonFederalFundingAmount>3.1415</nonFederalFundingAmount> <faceValueOfDirectLoanOrLoanGuaranteeAmount>3.1415</faceValueOfDirectLoanOrLoanGuaranteeAmount> <originalLoanSubsidyAmount>3.1415</originalLoanSubsidyAmount> <totalFederalAwardValueAmount>3.1415</totalFederalAwardValueAmount> <researchDollarValues> <researchAndDevelopmentAmount>3.1415</researchAndDevelopmentAmount> <fellowshipsAndTraineeshipsAmount>3.1415</fellowshipsAndTraineeshipsAmount> <researchAndDevelopmentPlantAmount>3.1415</researchAndDevelopmentPlantAmount> <facilitiesAndEquipmentForInstructionAmount>3.1415</facilitiesAndEquipmentForInstructionAmount> <generalSupportForScienceAndEngineeringAmount>3.1415</generalSupportForScienceAndEngineeringAmount> <otherActivitiesRelatedToScienceAndEngineeringAmount>3.1415</otherActivitiesRelatedToScienceAndEngineeringAmount> <allOtherActivitiesNotRelatedToScienceAndEngineeringAmount>3.1415</allOtherActivitiesNotRelatedToScienceAndEngineeringAmount> </researchDollarValues> </dollarValues> <providerInformation> <awardingSubTierAgencyCode name="String" departmentID="String" departmentName="String">String</awardingSubTierAgencyCode> <awardingOfficeCode name="String" regionCode="String" country="String">String</awardingOfficeCode> <fundingSubTierAgencyCode name="String" departmentID="String" departmentName="String">String</fundingSubTierAgencyCode> <fundingOfficeCode name="String" regionCode="String" country="String">String</fundingOfficeCode> </providerInformation> <listOfProgramInformation> <programInformation> <ALNumber>String</ALNumber> <ALProgramTitle>String</ALProgramTitle> <isPredominantAL>String</isPredominantAL> <ALFederalActionObligationAmount>3.1415</ALFederalActionObligationAmount> <ALNonFederalFundingAmount>3.1415</ALNonFederalFundingAmount> <ALFaceValueOfDirectLoanOrLoanGuaranteeAmount>3.1415</ALFaceValueOfDirectLoanOrLoanGuaranteeAmount> <ALOriginalLoanSubsidyAmount>3.1415</ALOriginalLoanSubsidyAmount> <ALFABSSentDate>0000-00-00</ALFABSSentDate> <ALCorrectionDeleteIndicator>String</ALCorrectionDeleteIndicator> </programInformation> </listOfProgramInformation> <placeOfPerformance> <PPOPCode>String</PPOPCode> <PPOPDescription>String</PPOPDescription> <PPOPCountryCode name="String">String</PPOPCountryCode> <PPOPCountryName>String</PPOPCountryName> <PPOPStateName name="String">String</PPOPStateName> <PPOPStateISO2Code name="String">String</PPOPStateISO2Code> <PPOPStateFIPSCode name="String">String</PPOPStateFIPSCode> <PPOPCountyName>String</PPOPCountyName> <PPOPCountyFIPSName>String</PPOPCountyFIPSName> <PPOPCountyFIPSCode>String</PPOPCountyFIPSCode> <PPOPCityName>String</PPOPCityName> <PPOPCityFIPSName>String</PPOPCityFIPSName> <PPOPCityFIPSCode>String</PPOPCityFIPSCode> <PPOPCityTypeOfFIPSArea>String</PPOPCityTypeOfFIPSArea> <PPOPZIPCode county="String" city="String">String</PPOPZIPCode> <PPOPCongressionalDistrict>String</PPOPCongressionalDistrict> </placeOfPerformance> <recipient> <recipientID>String</recipientID> <recipientDetails> <vendorHeader> <vendorName>String</vendorName> <vendorAlternateName>String</vendorAlternateName> <vendorLegalOrganizationName>String</vendorLegalOrganizationName> <vendorDoingAsBusinessName>String</vendorDoingAsBusinessName> <vendorEnabled>false</vendorEnabled> </vendorHeader> <vendorSiteDetails> <vendorSocioEconomicIndicators> <isAlaskanNativeOwnedCorporationOrFirm>false</isAlaskanNativeOwnedCorporationOrFirm> <isAmericanIndianOwned>false</isAmericanIndianOwned> <isIndianTribe>false</isIndianTribe> <isNativeHawaiianOwnedOrganizationOrFirm>false</isNativeHawaiianOwnedOrganizationOrFirm> <isTriballyOwnedFirm>false</isTriballyOwnedFirm> <isSmallBusiness>false</isSmallBusiness> <isVeteranOwned>false</isVeteranOwned> <isServiceRelatedDisabledVeteranOwnedBusiness>false</isServiceRelatedDisabledVeteranOwnedBusiness> <isWomenOwned>false</isWomenOwned> <minorityOwned> <isMinorityOwned>false</isMinorityOwned> <isSubContinentAsianAmericanOwnedBusiness>false</isSubContinentAsianAmericanOwnedBusiness> <isAsianPacificAmericanOwnedBusiness>false</isAsianPacificAmericanOwnedBusiness> <isBlackAmericanOwnedBusiness>false</isBlackAmericanOwnedBusiness> <isHispanicAmericanOwnedBusiness>false</isHispanicAmericanOwnedBusiness> <isNativeAmericanOwnedBusiness>false</isNativeAmericanOwnedBusiness> <isOtherMinorityOwned>false</isOtherMinorityOwned> </minorityOwned> <isVerySmallBusiness>false</isVerySmallBusiness> <isWomenOwnedSmallBusiness>false</isWomenOwnedSmallBusiness> <isEconomicallyDisadvantagedWomenOwnedSmallBusiness>false</isEconomicallyDisadvantagedWomenOwnedSmallBusines> <isJointVentureWomenOwnedSmallBusiness>false</isJointVentureWomenOwnedSmallBusiness> <isJointVentureEconomicallyDisadvantagedWomenOwnedSmallBusiness>false</isJointVentureEconomicallyDisadvantagedWomenOwnedSmallBusiness> <isJointVentureSmallBusiness>false</isJointVentureSmallBusiness> <isJointVentureServiceDisabledVetOwnedBusiness>false</isJointVentureServiceDisabledVetOwnedBusiness> </vendorSocioEconomicIndicators> <vendorBusinessTypes> <isCommunityDevelopedCorporationOwnedFirm>false</isCommunityDevelopedCorporationOwnedFirm> <isLaborSurplusAreaFirm>false</isLaborSurplusAreaFirm> <federalGovernment> <isFederalGovernment>false</isFederalGovernment> <isFederallyFundedResearchAndDevelopmentCorp>false</isFederallyFundedResearchAndDevelopmentCorp> <isFederalGovernmentAgency>false</isFederalGovernmentAgency> </federalGovernment> <isStateGovernment>false</isStateGovernment> <localGovernment> <isLocalGovernment>false</isLocalGovernment> <isCityLocalGovernment>false</isCityLocalGovernment> <isCountyLocalGovernment>false</isCountyLocalGovernment> <isInterMunicipalLocalGovernment>false</isInterMunicipalLocalGovernment> <isLocalGovernmentOwned>false</isLocalGovernmentOwned> <isMunicipalityLocalGovernment>false</isMunicipalityLocalGovernment> <isSchoolDistrictLocalGovernment>false</isSchoolDistrictLocalGovernment> <isTownshipLocalGovernment>false</isTownshipLocalGovernment> </localGovernment> <isTribalGovernment>false</isTribalGovernment> <isForeignGovernment>false</isForeignGovernment> <businessOrOrganizationType> <isCorporateEntityNotTaxExempt>false</isCorporateEntityNotTaxExempt> <isCorporateEntityTaxExempt>false</isCorporateEntityTaxExempt> <isPartnershipOrLimitedLiabilityPartnership>false</isPartnershipOrLimitedLiabilityPartnership> <isSolePropreitorship>false</isSolePropreitorship> <isSmallAgriculturalCooperative>false</isSmallAgriculturalCooperative> <isInternationalOrganization>false</isInternationalOrganization> <isOtherbusinessOrOrganization>false</isOtherbusinessOrOrganization> <isUSGovernmentEntity>false</isUSGovernmentEntity> </businessOrOrganizationType> </vendorBusinessTypes> <vendorLineOfBusiness> <isArchitectureAndEngineering>false</isArchitectureAndEngineering> <isCommunityDevelopmentCorporation>false</isCommunityDevelopmentCorporation> <isConstructionFirm>false</isConstructionFirm> <isDomesticShelter>false</isDomesticShelter> <isEducationalInstitution>false</isEducationalInstitution> <isFoundation>false</isFoundation> <isHospital>false</isHospital> <isManufacturerOfGoods>false</isManufacturerOfGoods> <isResearchAndDevelopment>false</isResearchAndDevelopment> <isServiceProvider>false</isServiceProvider> <isVeterinaryHospital>false</isVeterinaryHospital> <isHispanicServicingInstitution>false</isHispanicServicingInstitution> </vendorLineOfBusiness> <vendorRelationshipWithFederalGovernment> <receivesContracts>false</receivesContracts> <receivesGrants>false</receivesGrants> <receivesContractsAndGrants>false</receivesContractsAndGrants> </vendorRelationshipWithFederalGovernment> <typeOfGovernmentEntity> <isAirportAuthority>false</isAirportAuthority> <isCouncilOfGovernments>false</isCouncilOfGovernments> <isHousingAuthoritiesPublicOrTribal>false</isHousingAuthoritiesPublicOrTribal> <isInterstateEntity>false</isInterstateEntity> <isPlanningCommission>false</isPlanningCommission> <isPortAuthority>false</isPortAuthority> <isTransitAuthority>false</isTransitAuthority> </typeOfGovernmentEntity> <vendorOrganizationFactors> <isSubchapterSCorporation>false</isSubchapterSCorporation> <isLimitedLiabilityCorporation>false</isLimitedLiabilityCorporation> <isForeignOwnedAndLocated>false</isForeignOwnedAndLocated> <profitStructure> <isForProfitOrganization>false</isForProfitOrganization> <isNonprofitOrganization>false</isNonprofitOrganization> <isOtherNotForProfitOrganization>false</isOtherNotForProfitOrganization> </profitStructure> <isShelteredWorkshop>false</isShelteredWorkshop> <stateOfIncorporation name="String">String</stateOfIncorporation> <countryOfIncorporation name="String">String</countryOfIncorporation> <organizationalType>String</organizationalType> </vendorOrganizationFactors> <typeOfEducationalEntity> <is1862LandGrantCollege>false</is1862LandGrantCollege> <is1890LandGrantCollege>false</is1890LandGrantCollege> <is1994LandGrantCollege>false</is1994LandGrantCollege> <isHistoricallyBlackCollegeOrUniversity>false</isHistoricallyBlackCollegeOrUniversity> <isMinorityInstitution>false</isMinorityInstitution> <isPrivateUniversityOrCollege>false</isPrivateUniversityOrCollege> <isSchoolOfForestry>false</isSchoolOfForestry> <isStateControlledInstitutionofHigherLearning>false</isStateControlledInstitutionofHigherLearning> <isTribalCollege>false</isTribalCollege> <isVeterinaryCollege>false</isVeterinaryCollege> <isAlaskanNativeServicingInstitution>false</isAlaskanNativeServicingInstitution> <isNativeHawaiianServicingInstitution>false</isNativeHawaiianServicingInstitution> </typeOfEducationalEntity> <vendorCertifications> <isDOTCertifiedDisadvantagedBusinessEnterprise>false</isDOTCertifiedDisadvantagedBusinessEnterprise> <isSelfCertifiedSmallDisadvantagedBusiness>false</isSelfCertifiedSmallDisadvantagedBusiness> <isSBACertifiedSmallDisadvantagedBusiness>false</isSBACertifiedSmallDisadvantagedBusiness> <isSBACertified8AProgramParticipant>false</isSBACertified8AProgramParticipant> <isSelfCertifiedHUBZoneJointVenture>false</isSelfCertifiedHUBZoneJointVenture> <isSBACertifiedHUBZone>false</isSBACertifiedHUBZone> <isSBACertified8AJointVenture>false</isSBACertified8AJointVenture> <isSBACertifiedWomenOwnedSmallBusiness>false</isSBACertifiedWomenOwnedSmallBusiness> <isSBACertifiedEconDisadvWomenOwnedSmallBusiness>false</isSBACertifiedEconDisadvWomenOwnedSmallBusiness> </vendorCertifications> <vendorLocation> <streetAddress>String</streetAddress> <streetAddress2>String</streetAddress2> <streetAddress3>String</streetAddress3> <city>String</city> <state name="String">String</state> <province>String</province> <ZIPCode county="String" city="String">String</ZIPCode> <countryCode>USA</countryCode> <phoneNo>String</phoneNo> <faxNo>String</faxNo> <congressionalDistrictCode>String</congressionalDistrictCode> <vendorLocationDisabledFlag>false</vendorLocationDisabledFlag> </vendorLocation> <vendorSiteCode>String</vendorSiteCode> <vendorAlternateSiteCode>String</vendorAlternateSiteCode> <vendorDUNSInformation> <DUNSNumber>String</DUNSNumber> <cageCode>String</cageCode> <vendorName>String</vendorName> <parentDUNSNumber>String</parentDUNSNumber> <parentDUNSName>String</parentDUNSName> <domesticParentDUNSNumber>String</domesticParentDUNSNumber> <domesticParentDUNSName>String</domesticParentDUNSName> <globalParentDUNSNumber>String</globalParentDUNSNumber> <globalParentDUNSName>String</globalParentDUNSName> </vendorDUNSInformation> <vendorUEIInformation> <UEI>String</UEI> <UEILegalBusinessName>String</UEILegalBusinessName> <immediateParentUEI>String</immediateParentUEI> <immediateParentUEIName>String</immediateParentUEIName> <domesticParentUEI>String</domesticParentUEI> <domesticParentUEIName>String</domesticParentUEIName> <ultimateParentUEI>String</ultimateParentUEI> <ultimateParentUEIName>String</ultimateParentUEIName> <entityDataSource>String</entityDataSource> </vendorUEIInformation> <divisionName>String</divisionName> <divisionNumberOrOfficeCode>String</divisionNumberOrOfficeCode> <ccrRegistrationDetails> <registrationDate>String</registrationDate> <renewalDate>0000-00-00 00:00:00</renewalDate> </ccrRegistrationDetails> </vendorSiteDetails> </recipientDetails> <listOfBusinessTypes> <businessTypes> <BusinessTypesCode>String</BusinessTypesCode> <BusinessTypesDescription>String</BusinessTypesDescription> </businessTypes> </listOfBusinessTypes> <smallBusinessIndicator>String</smallBusinessIndicator> <SAMException>String</SAMException> </recipient> <transactionInformation> <createdBy>String</createdBy> <createdDate>0000-00-00 00:00:00</createdDate> <lastModifiedBy>String</lastModifiedBy> <lastModifiedDate>0000-00-00 00:00:00</lastModifiedDate> <closedBy>String</closedBy> <closedDate>0000-00-00 00:00:00</closedDate> <closedStatus>String</closedStatus> <status description="String">String</status> <version>String</version> <approvedBy>String</approvedBy> <approvedDate>0000-00-00 00:00:00</approvedDate> </transactionInformation> <genericTags> <genericStrings> <genericString01>String</genericString01> <genericString02>String</genericString02> <genericString03>String</genericString03> <genericString04>String</genericString04> <genericString05>String</genericString05> <genericString06>String</genericString06> <genericString07>String</genericString07> <genericString08>String</genericString08> <genericString09>String</genericString09> <genericString10>String</genericString10> <genericString11>String</genericString11> <genericString12>String</genericString12> <genericString13>String</genericString13> <genericString14>String</genericString14> <genericString15>String</genericString15> <genericString16>String</genericString16> <genericString17>String</genericString17> <genericString18>String</genericString18> </genericStrings> <genericBooleans> <genericBoolean01>false</genericBoolean01> <genericBoolean02>false</genericBoolean02> <genericBoolean03>false</genericBoolean03> <genericBoolean04>false</genericBoolean04> <genericBoolean05>false</genericBoolean05> <genericBoolean06>false</genericBoolean06> <genericBoolean07>false</genericBoolean07> <genericBoolean08>false</genericBoolean08> <genericBoolean09>false</genericBoolean09> <genericBoolean10>false</genericBoolean10> </genericBooleans> <genericFloats> <genericFloat01>3.1415</genericFloat01> <genericFloat02>3.1415</genericFloat02> </genericFloats> <genericIntegers> <genericInteger01>1</genericInteger01> <genericInteger02>1</genericInteger02> </genericIntegers> </genericTags> </assistance>
Assistance Closed XML
<assistanceclosed xmlns:ns1="https://www.fpds.gov/FPDS"> <assistanceID> <agencyCode name="String" departmentID="String" departmentName="String">String</agencyCode> <FAIN>String</FAIN> <amendmentNumber>0</amendmentNumber> </assistanceID> <assistanceDates> <actionDate>0000-00-00 00:00:00</actionDate> <periodOfPerformanceStartDate>0000-00-00 00:00:00</periodOfPerformanceStartDate> <periodOfPerformanceEndDate>0000-00-00 00:00:00</periodOfPerformanceEndDate> <fiscalYear>0000</fiscalYear> <FABSSentDate>0000-00-00 00:00:00</FABSSentDate> </assistanceDates> <transactionInformation> <createdBy>String</createdBy> <createdDate>0000-00-00 00:00:00</createdDate> <lastModifiedBy>String</lastModifiedBy> <lastModifiedDate>0000-00-00 00:00:00</lastModifiedDate> <closedBy>String</closedBy> <closedDate>0000-00-00 00:00:00</closedDate> <closedStatus>Y</closedStatus> <status>String</status> <version>String</version> <approvedBy>String</approvedBy> <approvedDate>0000-00-00 00:00:00</approvedDate> </transactionInformation> </assistanceclosed>