[babel.extractors]
ftmmodel = followthemoney.messages:extract_yaml

[followthemoney.types]
address = followthemoney.types.address:AddressType
country = followthemoney.types.country:CountryType
date = followthemoney.types.date:DateType
domain = followthemoney.types.domain:DomainType
email = followthemoney.types.email:EmailType
entity = followthemoney.types.entity:EntityType
iban = followthemoney.types.iban:IbanType
identifier = followthemoney.types.identifier:IdentifierType
ip = followthemoney.types.ip:IpType
language = followthemoney.types.language:LanguageType
name = followthemoney.types.name:NameType
number = followthemoney.types.number:NumberType
phone = followthemoney.types.phone:PhoneType
string = followthemoney.types.string:StringType
text = followthemoney.types.text:TextType
url = followthemoney.types.url:UrlType

