POST v1/Facilities

Description

Add a new facility asset.

Base Url

https://api-zion.wsohosting.com/


Rest Call Syntax


POST SecurityMaster/v1/Facilities

POST SecurityMaster/v1/Facilities

Verb

Base Url

URI parameters

 = 

Authentication



Response Format


Headers

Add header


 

Delete



FacilityAdd

Name

Description

Type

Additional Information

Abbreviation

The abbreviation for the facility

string

Required

BankDealId

The WSO ID of the Bank Deal

integer

Required

BaseCurrencyCode

The ISO currency code

string

Required

FacilityName

The facility name

string

Required

FacilityType

The Facility Type - 1 for Term Loan; 2 for Revolver

Required

AccountAdministratorId

The account administrator listed by ID value

integer

AllowFeeAccrual

The flag indicating if the asset has a fee accrual contract

boolean

AllowFXAdjustment

flag to determine if FX Rate change adjustment should be done or not

boolean

AllowPIKAccrual

The flag indicating if the asset has a PIK accrual contract

boolean

AllowSkimInterest

The flag indicating if the asset has a Skim Interest

boolean

AmortPaymentFrequencyId

The Amortization payment frequency

AssetClassId

The class of the asset by ID value

integer

Collateral

The description of the collateral that is backing the asset

string

CountryId

The country id for the facility

integer

DebtType

The debt type for the facility

string

DefaultDate

The date the asset went into default

date

DefaultType

The type of default

string

EnableLimits

The flag indicating if the asset has limits enabled

boolean

ExpectedMaturityDate

The expected maturity date of the asset - optional field

date

FreezeBorrowing

The flag indicating if borrowing is frozen for the facility

boolean

FXChangeDirectionId

The kind of of change in contract amount in base currency (for any contract in this facility) Increase / Decrease / Either

FXThreshold

% of change in contract amount in base currency (for any contract in this facility) that should trigger FXRate change adjustment

decimal number

GuarantorId

The guarantor for the asset by ID value

integer

HasDefaulted

The flag indicating if the facility has defaulted

boolean

HasFXRisk

The flag indicating if the asset has foreign exchange risk

boolean

HolidayCalendarId

The holiday calendar for the asset by ID value

integer

IncludeLOCInCommitment

Include LOC amounts in Commitment accruals

boolean

IncludeLOCInUtilized

Include LOC amounts in Utilized accruals

boolean

InsurerId

The insurer of the asset by ID value

integer

IsABL

The flag indicating if the asset uses asset backed lending

boolean

IsCollateralized

The flag indicating if the asset is collateralized

boolean

IsCovenantLite

Gets or sets IsCovenantLite of the facility

boolean

IsDelayedDraw

The flag indicating if the asset is a Delayed Draw facility

boolean

IsDIP

The flag indicating if the asset is a Debtor In Possession (DIP)

boolean

IsEmergingMarket

The flag indicating if the asset is from an emerging market

boolean

IsFixedRateLoan

The flag indicating if the asset is a fixed rate loan

boolean

IsLCCreditLinked

Gets or sets IsLCCreditLinked of the facility

boolean

IsLetterOfCredit

The flag indicating if the asset is a Letter of Credit

boolean

IsMostSenior

The flag indicating if the asset is the most senior tranche

boolean

IsMultiCurrency

The flag indicating if the asset is a Multi-currency Revolver

boolean

IsPIK

The flag indicating if the asset is a PIK facility

boolean

IsPrivate

The flag indicating if the asset is a private security

boolean

IsRestructured

The flag indicating if the security has been restructured since it was initially issued

boolean

IsStructuredFinanceObligation

The flag indicating if the security is part of a structured finance obligation

boolean

IssuePrice

The original price at which the asset was issued

decimal number

IsSwingline

The flag indicating if the asset is a swingline

boolean

IsSynthetic

The flag indicating if this a synthetic security

boolean

IsTradedAccrued

The flag indicating if the asset trades with accrued interest

boolean

LienType

The type of lien on the facility

string

MaturityDate

The maturity date of the facility

date

MinimumAssignment

The minimum assignment of the facility

decimal number

MinimumHold

The minimum hold of the facility

decimal number

Notes

The notes regarding the facility

string

OriginalGlobalAmount

The original global amount of the asset at issuance

decimal number

PayNonBusinessDirection

Pay Offset - this determines when a coupon should pay if the coupon date falls on a non-business day

PayOffsetDays

Pay Offset - the number of days for the payment offset

integer

PayOffsetDirection

Pay Offset - if the coupon falls on a non-business day this field if the coupon will pay before or after that day

PayOffsetType

Pay Offset - the type of days to count: business or actual

PrepaymentApplicationId

The application of amortization prepayments

RegistrationType

The registration type

string

SeniorityId

The seniority of the asset listed by ID value

integer

TradeWithAccruedFee

The flag indicating if the asset trades with accrued fees

boolean

TradeWithAccruedPIK

The flag indicating if the asset trades with accrued PIK

boolean

TradeWithDirtyPricing

The flag indicating if the asset trades with dirty pricing

boolean




Limitations

  • Facility Name must be unique per Bank Deal.

  • Multi-currency can only be active for Revolver Loan Type.

  • Letter of Credit can only be active for Revolver Loan Type.

  • Delayed Draw can only be active for Term Loan Type.




Request Information


Request body formats


application/json, text/json

Sample:
{
  "abbreviation": "sample string 1",
  "accountAdministratorId": 1,
  "allowFeeAccrual": true,
  "allowPIKAccrual": true,
  "allowSkimInterest": true,
  "assetClassId": 1,
  "bankDealId": 5,
  "collateral": "sample string 6",
  "countryId": 7,
  "baseCurrencyCode": "sample string 8",
  "debtType": "sample string 9",
  "defaultDate": "2024-10-08T05:41:16.3700407-05:00",
  "defaultType": "sample string 10",
  "facilityName": "sample string 11",
  "facilityType": "Unassigned",
  "freezeBorrowing": true,
  "guarantorId": 1,
  "hasDefaulted": true,
  "hasFXRisk": true,
  "holidayCalendarId": 1,
  "includeLOCInUtilized": true,
  "includeLOCInCommitment": true,
  "insurerId": 1,
  "isDIP": true,
  "isPIK": true,
  "isCollateralized": true,
  "isDelayedDraw": true,
  "isLetterOfCredit": true,
  "isSwingline": true,
  "amortPaymentFrequencyId": "Annually",
  "prepaymentApplicationId": "None",
  "isEmergingMarket": true,
  "isFixedRateLoan": true,
  "isMostSenior": true,
  "isMultiCurrency": true,
  "isPrivate": true,
  "isRestructured": true,
  "isStructuredFinanceObligation": true,
  "issuePrice": 1.1,
  "isSynthetic": true,
  "isTradedAccrued": true,
  "lienType": "sample string 32",
  "maturityDate": "2024-10-08T05:41:16.3700407-05:00",
  "minimumAssignment": 1.0,
  "minimumHold": 1.0,
  "isLCCreditLinked": true,
  "isCovenantLite": true,
  "expectedMaturityDate": "2024-10-08T05:41:16.3700407-05:00",
  "notes": "sample string 35",
  "originalGlobalAmount": 1.0,
  "payNonBusinessDirection": "On",
  "payOffsetDays": 36,
  "payOffsetDirection": "After",
  "payOffsetType": "BusinessDays",
  "registrationType": "sample string 37",
  "seniorityId": 1,
  "tradeWithAccruedFee": true,
  "tradeWithAccruedPIK": true,
  "tradeWithDirtyPricing": true,
  "isABL": true,
  "enableLimits": true,
  "fxThreshold": 43.1,
  "fxChangeDirectionId": "Unassigned",
  "allowFXAdjustment": true
}

application/xml, text/xml

Sample:
<FacilityAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 1</Abbreviation>
  <AccountAdministratorId>1</AccountAdministratorId>
  <AllowFXAdjustment>true</AllowFXAdjustment>
  <AllowFeeAccrual>true</AllowFeeAccrual>
  <AllowPIKAccrual>true</AllowPIKAccrual>
  <AllowSkimInterest>true</AllowSkimInterest>
  <AmortPaymentFrequencyId>Annually</AmortPaymentFrequencyId>
  <AssetClassId>1</AssetClassId>
  <BankDealId>5</BankDealId>
  <BaseCurrencyCode>sample string 8</BaseCurrencyCode>
  <Collateral>sample string 6</Collateral>
  <CountryId>7</CountryId>
  <DebtType>sample string 9</DebtType>
  <DefaultDate>2024-10-08T05:41:16.3700407-05:00</DefaultDate>
  <DefaultType>sample string 10</DefaultType>
  <EnableLimits>true</EnableLimits>
  <ExpectedMaturityDate>2024-10-08T05:41:16.3700407-05:00</ExpectedMaturityDate>
  <FXChangeDirectionId>Unassigned</FXChangeDirectionId>
  <FXThreshold>43.1</FXThreshold>
  <FacilityName>sample string 11</FacilityName>
  <FacilityType>Unassigned</FacilityType>
  <FreezeBorrowing>true</FreezeBorrowing>
  <GuarantorId>1</GuarantorId>
  <HasDefaulted>true</HasDefaulted>
  <HasFXRisk>true</HasFXRisk>
  <HolidayCalendarId>1</HolidayCalendarId>
  <IncludeLOCInCommitment>true</IncludeLOCInCommitment>
  <IncludeLOCInUtilized>true</IncludeLOCInUtilized>
  <InsurerId>1</InsurerId>
  <IsABL>true</IsABL>
  <IsCollateralized>true</IsCollateralized>
  <IsCovenantLite>true</IsCovenantLite>
  <IsDIP>true</IsDIP>
  <IsDelayedDraw>true</IsDelayedDraw>
  <IsEmergingMarket>true</IsEmergingMarket>
  <IsFixedRateLoan>true</IsFixedRateLoan>
  <IsLCCreditLinked>true</IsLCCreditLinked>
  <IsLetterOfCredit>true</IsLetterOfCredit>
  <IsMostSenior>true</IsMostSenior>
  <IsMultiCurrency>true</IsMultiCurrency>
  <IsPIK>true</IsPIK>
  <IsPrivate>true</IsPrivate>
  <IsRestructured>true</IsRestructured>
  <IsStructuredFinanceObligation>true</IsStructuredFinanceObligation>
  <IsSwingline>true</IsSwingline>
  <IsSynthetic>true</IsSynthetic>
  <IsTradedAccrued>true</IsTradedAccrued>
  <IssuePrice>1.1</IssuePrice>
  <LienType>sample string 32</LienType>
  <MaturityDate>2024-10-08T05:41:16.3700407-05:00</MaturityDate>
  <MinimumAssignment>1</MinimumAssignment>
  <MinimumHold>1</MinimumHold>
  <Notes>sample string 35</Notes>
  <OriginalGlobalAmount>1</OriginalGlobalAmount>
  <PayNonBusinessDirection>On</PayNonBusinessDirection>
  <PayOffsetDays>36</PayOffsetDays>
  <PayOffsetDirection>After</PayOffsetDirection>
  <PayOffsetType>BusinessDays</PayOffsetType>
  <PrepaymentApplicationId>None</PrepaymentApplicationId>
  <RegistrationType>sample string 37</RegistrationType>
  <SeniorityId>1</SeniorityId>
  <TradeWithAccruedFee>true</TradeWithAccruedFee>
  <TradeWithAccruedPIK>true</TradeWithAccruedPIK>
  <TradeWithDirtyPricing>true</TradeWithDirtyPricing>
</FacilityAdd>

application/x-www-form-urlencoded

Sample:

Sample not available.




Response Information



Facility

Name

Description

Type

Additional Information

Abbreviation

The abbreviated name for the asset

string

AccountAdministratorId

The account administrator listed by ID value

integer

AllowFeeAccrual

The flag indicating if the asset has a Fee Accrual contract

boolean

AllowFXAdjustment

flag to determine if FX Rate change adjustment should be done or not

boolean

AllowPIKAccrual

The flag indicating if the asset has a PIK Accrual contract

boolean

AmortPaymentFrequency

The frequency that amortization payments occur

AssetClassId

The class of the asset by ID value

integer

AssetLimits

A link to a list of asset limits

BankDeal

A link to retrieve the Bank Deal

BaseCurrencyCode

The ISO currency code

string

CallSchedule

The link to the call schedule

Collateral

The description of the collateral that is backing the asset

string

Country

Link to the country of this asset

CountryId

The legal country of this asset by ID value

integer

Currencies

A link to a list of currencies - if asset is a multi-currency revolver

DebtType

What type of debt is the asset

string

DefaultDate

The date the asset went into default

date

DefaultType

The type of default that has occurred

string

EnableLimits

The flag indicating if the asset has limits enabled - must be TRUE to add Limits

boolean

ExpectedMaturityDate

The expected maturity date of the asset - optional field

date

FacilityName

The name of the facility

string

FacilityRateOptions

A link to a list of rate options

FacilitySpreads

A link to a list of facility spreads

FacilityType

The Facility Type: Term Loan or Revolver

FixedRate

The fixed rate

decimal number

FreezeBorrowing

The flag indicating if borrowing is frozen on the asset

boolean

FXChangeDirectionId

The kind of of change in contract amount in base currency (for any contract in this facility) Increase / Decrease / Either

FXThreshold

% of change in contract amount in base currency (for any contract in this facility) that should trigger FXRate change adjustment

decimal number

GlobalId

Globalid of facility

integer

GuarantorId

The guarantor for the asset by ID value

integer

HasDefaulted

The flag indicating if the asset has defaulted

boolean

HasFXRisk

The flag indicating if the asset has foreign exchange risk

boolean

HolidayCalendarId

The holiday calendar for the asset by ID value

integer

Id

The WSO ID of the object

integer

Identifiers

A link to a list of identifiers

IncludeLOCInCommitment

Include LOC amounts In Commitment accruals

boolean

IncludeLOCInUtilized

Include LOC amounts In Utilized(Funded) accruals

boolean

InsurerId

The insurer of the asset by ID value

integer

IsCollateralized

The flag indicating if the asset is collateralized

boolean

IsCovenantLite

Sets or gets IsCovenantLite of the facility

boolean

IsDelayedDraw

The flag indicating if the asset is a Delayed Draw Term Loan which must be TRUE for this type of facility to function correctly

boolean

IsDeleted

The flag indicating if the asset has been soft deleted

boolean

IsDIP

The flag indicating if the asset is a Debtor In Possession (DIP)

boolean

IsEmergingMarket

The flag indicating if the asset is from an emerging market

boolean

IsFixedRateLoan

The flag indicating if the asset is a fixed rate loan

boolean

IsGuaranteed

The flag indicating if the asset is guaranteed by another entity

boolean

IsLCCreditLinked

Sets or gets IsLCCreditLinked of the facility

boolean

IsLetterOfCredit

The flag indicating if the asset is a letter of credit

boolean

IsMostSenior

The flag indicating if the asset is the most senior tranche

boolean

IsMultiCurrency

The flag indicating if the asset is a Multi-currency Revolver

boolean

IsPIK

The flag indicating if the asset is a PIK facility

boolean

IsPrivate

The flag indicating if the asset is a private security

boolean

IsRestructured

The flag indicating if the security has been restructured since it was initially issued

boolean

IsStructuredFinanceObligation

The flag indicating if the security belongs to a structured finance obligation

boolean

IsSubscribed

flag to show facility is subscribed

boolean

IssuePrice

The original price at which the asset was issued

decimal number

Issuer

A link to retrieve the Issuer

IsSynthetic

The flag indicating if this a synthetic security

boolean

IsTradedAccrued

The flag indicating if the asset trades with accrued interest

boolean

LIBORSpread

The current LIBOR spread

decimal number

LienType

The type of lien that exists on the loan

string

Links

The Hateoas links related to this entity

Collection of Link

LOCFee

The current letter of credit rate

decimal number

MaturityDate

The maturity date of the asset

date

MinimumAssignment

The minimum assignment for the asset

decimal number

MinimumHold

The minimum hold for the asset

decimal number

Notes

Notes regarding the asset

string

OriginalGlobalAmount

The original global commitment for the asset

decimal number

PayNonBusinessDirection

Pay Offset - if the coupon falls on a non-business day this field determines when the coupon will pay

integer

PayOffsetDays

Pay Offset - the number of days that coupon payment occurs differing from the coupon date

integer

PayOffsetDirection

Pay Offset - whether the offset is before or after the payment date

integer

PayOffsetType

Pay Offset - the type of days to count: business or actual

PrepaymentApplication

This indicates how prepayments are applied

PRIMESpread

The current prime spread

decimal number

RateLimits

A link to a list of rate limits

Ratings

A link to a list of ratings

RegistrationType

The registration type

string

SeniorityId

The seniority of the asset listed by ID value

integer

TradeWithAccruedFee

The flag indicating if the asset trades with accrued fees

boolean

TradeWithAccruedPIK

The flag indicating if the asset trades with accrued PIK

boolean

TradeWithDirtyPricing

The flag indicating if the asset trades with dirty pricing

boolean

Udfs

A link to a list of Udfs

UnfundedFee

The current unfunded fee rate

decimal number




Response Body Formats



application/json, text/json

Sample:
{
  "id": 1,
  "abbreviation": "sample string 2",
  "allowFeeAccrual": true,
  "allowPIKAccrual": true,
  "assetClassId": 1,
  "bankDeal": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "collateral": "sample string 5",
  "debtType": "sample string 6",
  "defaultDate": "2024-10-08T05:41:16.4020575-05:00",
  "defaultType": "sample string 7",
  "facilityName": "sample string 8",
  "facilityType": "Unassigned",
  "freezeBorrowing": true,
  "hasDefaulted": true,
  "hasFXRisk": true,
  "isDIP": true,
  "isPIK": true,
  "isLetterOfCredit": true,
  "includeLOCInUtilized": true,
  "includeLOCInCommitment": true,
  "issuer": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "amortPaymentFrequency": "Annually",
  "prepaymentApplication": "None",
  "isEmergingMarket": true,
  "isFixedRateLoan": true,
  "isMostSenior": true,
  "isMultiCurrency": true,
  "isPrivate": true,
  "isRestructured": true,
  "isStructuredFinanceObligation": true,
  "issuePrice": 1.1,
  "isSynthetic": true,
  "isTradedAccrued": true,
  "lienType": "sample string 26",
  "maturityDate": "2024-10-08T05:41:16.4020575-05:00",
  "minimumAssignment": 1.0,
  "minimumHold": 1.0,
  "isLCCreditLinked": true,
  "isCovenantLite": true,
  "fixedRate": 1.1,
  "isCollateralized": true,
  "isDelayedDraw": true,
  "isGuaranteed": true,
  "liborSpread": 1.1,
  "locFee": 1.1,
  "expectedMaturityDate": "2024-10-08T05:41:16.4020575-05:00",
  "notes": "sample string 33",
  "originalGlobalAmount": 1.0,
  "payNonBusinessDirection": 34,
  "payOffsetDays": 35,
  "payOffsetDirection": 36,
  "payOffsetType": "BusinessDays",
  "primeSpread": 1.1,
  "registrationType": "sample string 37",
  "tradeWithAccruedFee": true,
  "tradeWithAccruedPIK": true,
  "tradeWithDirtyPricing": true,
  "unfundedFee": 1.1,
  "enableLimits": true,
  "isDeleted": true,
  "links": [
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    },
    {
      "verb": "sample string 1",
      "rel": "sample string 2",
      "uri": "http://webapihelppage3.com"
    }
  ],
  "accountAdministratorId": 1,
  "countryId": 1,
  "country": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "baseCurrencyCode": "sample string 43",
  "guarantorId": 44,
  "holidayCalendarId": 1,
  "insurerId": 45,
  "seniorityId": 1,
  "currencies": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "facilityRateOptions": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "rateLimits": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "assetLimits": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "callSchedule": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "facilitySpreads": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "identifiers": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "ratings": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "udfs": {
    "verb": "sample string 1",
    "rel": "sample string 2",
    "uri": "http://webapihelppage3.com"
  },
  "fxThreshold": 46.1,
  "fxChangeDirectionId": "Unassigned",
  "allowFXAdjustment": true,
  "globalId": 48,
  "isSubscribed": true
}

application/xml, text/xml

Sample:
<Facility xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 2</Abbreviation>
  <AccountAdministratorId>1</AccountAdministratorId>
  <AllowFXAdjustment>true</AllowFXAdjustment>
  <AllowFeeAccrual>true</AllowFeeAccrual>
  <AllowPIKAccrual>true</AllowPIKAccrual>
  <AmortPaymentFrequency>Annually</AmortPaymentFrequency>
  <AssetClassId>1</AssetClassId>
  <AssetLimits>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </AssetLimits>
  <BankDeal>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </BankDeal>
  <BaseCurrencyCode>sample string 43</BaseCurrencyCode>
  <CallSchedule>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </CallSchedule>
  <Collateral>sample string 5</Collateral>
  <Country>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Country>
  <CountryId>1</CountryId>
  <Currencies>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Currencies>
  <DebtType>sample string 6</DebtType>
  <DefaultDate>2024-10-08T05:41:16.4020575-05:00</DefaultDate>
  <DefaultType>sample string 7</DefaultType>
  <EnableLimits>true</EnableLimits>
  <ExpectedMaturityDate>2024-10-08T05:41:16.4020575-05:00</ExpectedMaturityDate>
  <FXChangeDirectionId>Unassigned</FXChangeDirectionId>
  <FXThreshold>46.1</FXThreshold>
  <FacilityName>sample string 8</FacilityName>
  <FacilityRateOptions>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </FacilityRateOptions>
  <FacilitySpreads>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </FacilitySpreads>
  <FacilityType>Unassigned</FacilityType>
  <FixedRate>1.1</FixedRate>
  <FreezeBorrowing>true</FreezeBorrowing>
  <GlobalId>48</GlobalId>
  <GuarantorId>44</GuarantorId>
  <HasDefaulted>true</HasDefaulted>
  <HasFXRisk>true</HasFXRisk>
  <HolidayCalendarId>1</HolidayCalendarId>
  <Id>1</Id>
  <Identifiers>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Identifiers>
  <IncludeLOCInCommitment>true</IncludeLOCInCommitment>
  <IncludeLOCInUtilized>true</IncludeLOCInUtilized>
  <InsurerId>45</InsurerId>
  <IsCollateralized>true</IsCollateralized>
  <IsCovenantLite>true</IsCovenantLite>
  <IsDIP>true</IsDIP>
  <IsDelayedDraw>true</IsDelayedDraw>
  <IsDeleted>true</IsDeleted>
  <IsEmergingMarket>true</IsEmergingMarket>
  <IsFixedRateLoan>true</IsFixedRateLoan>
  <IsGuaranteed>true</IsGuaranteed>
  <IsLCCreditLinked>true</IsLCCreditLinked>
  <IsLetterOfCredit>true</IsLetterOfCredit>
  <IsMostSenior>true</IsMostSenior>
  <IsMultiCurrency>true</IsMultiCurrency>
  <IsPIK>true</IsPIK>
  <IsPrivate>true</IsPrivate>
  <IsRestructured>true</IsRestructured>
  <IsStructuredFinanceObligation>true</IsStructuredFinanceObligation>
  <IsSubscribed>true</IsSubscribed>
  <IsSynthetic>true</IsSynthetic>
  <IsTradedAccrued>true</IsTradedAccrued>
  <IssuePrice>1.1</IssuePrice>
  <Issuer>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Issuer>
  <LIBORSpread>1.1</LIBORSpread>
  <LOCFee>1.1</LOCFee>
  <LienType>sample string 26</LienType>
  <Links>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
    <Link>
      <Rel>sample string 2</Rel>
      <Uri>http://webapihelppage3.com/</Uri>
      <Verb>sample string 1</Verb>
    </Link>
  </Links>
  <MaturityDate>2024-10-08T05:41:16.4020575-05:00</MaturityDate>
  <MinimumAssignment>1</MinimumAssignment>
  <MinimumHold>1</MinimumHold>
  <Notes>sample string 33</Notes>
  <OriginalGlobalAmount>1</OriginalGlobalAmount>
  <PRIMESpread>1.1</PRIMESpread>
  <PayNonBusinessDirection>34</PayNonBusinessDirection>
  <PayOffsetDays>35</PayOffsetDays>
  <PayOffsetDirection>36</PayOffsetDirection>
  <PayOffsetType>BusinessDays</PayOffsetType>
  <PrepaymentApplication>None</PrepaymentApplication>
  <RateLimits>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </RateLimits>
  <Ratings>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Ratings>
  <RegistrationType>sample string 37</RegistrationType>
  <SeniorityId>1</SeniorityId>
  <TradeWithAccruedFee>true</TradeWithAccruedFee>
  <TradeWithAccruedPIK>true</TradeWithAccruedPIK>
  <TradeWithDirtyPricing>true</TradeWithDirtyPricing>
  <Udfs>
    <Rel>sample string 2</Rel>
    <Uri>http://webapihelppage3.com/</Uri>
    <Verb>sample string 1</Verb>
  </Udfs>
  <UnfundedFee>1.1</UnfundedFee>
</Facility>



Feedback



(0 out of 1500 characters used)
Feedback has been submitted. Thank you for your feedback.
Automatic feedback submission has been turned off by your system administrator. Your feedback has been logged to the exceptions table. Please contact support to find out how to manually send in your feedback. Thank you.